FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportObjectCollection<TItem> Class
The type of elements in the collection.
Members

In This Topic
    ReportObjectCollection<TItem> Class
    In This Topic
    Represents the collection of the ReportObject objects.
    Object Model
    ReportObjectCollection<TItem> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportObjectCollection(Of TItem As ReportObject) 
    public abstract class ReportObjectCollection<TItem> 
    where TItem: ReportObject
    Type Parameters
    TItem
    The type of elements in the collection.
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexReport.ReportObjectCollection<TItem>
          C1.Win.FlexReport.FieldCollection
          C1.Win.FlexReport.ReportObjectList<TItem>

    See Also